Skip to content

Fix #1531: Ignore private members when looking for abstract ones #1596

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 14, 2016

Conversation

odersky
Copy link
Contributor

@odersky odersky commented Oct 14, 2016

Private members do not override abstract ones. So when looking for
abstract members we need to search with nonPrivateMember, not
member.

Fixes #1531. Review by @smarter.

Private members do not override abstract ones. So when looking for
abstract members we need to search with `nonPrivateMember`, not
`member`.

Fixes scala#1531. Review by @smarter.
@smarter
Copy link
Member

smarter commented Oct 14, 2016

LGTM

@smarter smarter merged commit bac4eec into scala:master Oct 14, 2016
@allanrenucci allanrenucci deleted the fix-#1531 branch December 14, 2017 16:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants